翻訳と辞書
Words near each other
・ Strecker amino acid synthesis
・ Strecker degradation
・ Strecker Memorial Laboratory
・ Strecker's chorus frog
・ Streco Turnpike Cruiser
・ Streda nad Bodrogom
・ Stredici
・ Stredneg River
・ Streaming (album)
・ Streaming algorithm
・ Streaming audio in video games
・ Streaming current
・ Streaming media
・ Streaming SIMD Extensions
・ Streaming Songs
Streaming Text Oriented Messaging Protocol
・ Streaming Transformations for XML
・ Streaming vibration current
・ Streaming XML
・ Streamium
・ Streamlet (scientific visualization)
・ Streamlight
・ Streamline
・ Streamline (comics)
・ Streamline (Lee Greenwood album)
・ Streamline (Lenny White album)
・ Streamline (song)
・ Streamline (swimming)
・ Streamline Air
・ Streamline Cars


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Streaming Text Oriented Messaging Protocol : ウィキペディア英語版
Streaming Text Oriented Messaging Protocol
Simple (or Streaming) Text Oriented Message Protocol (STOMP), formerly known as TTMP, is a simple text-based protocol, designed for working with message-oriented middleware (MOM). It provides an interoperable wire format that allows STOMP clients to talk with any message broker supporting the protocol. It is thus language-agnostic, meaning a broker developed for one programming language or platform can receive communications from client software developed in another language.
==Overview==
The protocol is broadly similar to HTTP, and works over TCP using the following commands:
*CONNECT
*SEND
*SUBSCRIBE
*UNSUBSCRIBE
*BEGIN
*COMMIT
*ABORT
*ACK
*NACK
*DISCONNECT
Communication between client and server is through a "frame" consisting of a number of lines. The first line contains the command, followed by headers in the form : (one per line), followed by a blank line and then the body content, ending in a null character. Communication between server and client is through a MESSAGE, RECEIPT or ERROR frame with a similar format of headers and body content.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Streaming Text Oriented Messaging Protocol」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.